Он же
Проект Ку.
Язык для описания аппаратуры, с
CSP в качестве основы.
Получается довольно забавно:
-- |A buffer delay for one clock tick.
bufP :: BitRepr a => Process (a :. Nil) (a :. Nil)
bufP = process "buf" ("input" :. Nil) ("output" :. Nil) $ \(input :. Nil) (output :. Nil) -> do
t <- def "temp"
hasValue <- def "hasValue
(
Read more... )